PropertyChangedEventArgs
The PropertyChangedEventArgs class extends BaseEventArgs and represents event arguments for property value changes.
Properties
| Name | Description |
|---|---|
| NewValue | The new value of the property. |
| Name | The name of the property that changed. |
| OldValue | The previous value of the property. |
| ResponseParameters | The response parameters associated with the event. |
Constructors
| Name | Description |
|---|---|
| PropertyChangedEventArgs() | Initializes a new instance of the PropertyChangedEventArgs class. |
Generic Types
| Name | Description |
|---|---|
| T | Generic type of value properties. |